/*ͨ��*/
.in_banner{height: 409px;margin-top: 236px;}
.in_nav{height: 72px;border-bottom: 1px solid #e5e5e5;margin-bottom: 10px;}
.in_nav .inNav_list{float: left;}
.in_nav .inNav_list a{
    display: block;width: 106px;float: left;font-size: 14px;color:#373737;text-align: center;
    border-top: 6px solid transparent;border-right: 1px solid #d2d2d2;
    border-bottom: 6px solid transparent;line-height: 60px;position: relative;
}
.in_nav .inNav_list a:first-child{border-left: 1px solid #d2d2d2;}
.in_nav .inNav_list a:after{
    content: "";display: block;border: 9px solid transparent;top: calc(90% + 6px);visibility: hidden;
    border-top: 9px solid #fd7c07;position: absolute;left: calc(50% - 9px);opacity: 0;transition: all .3s;
}
.in_nav .inNav_list a.act,.in_nav .inNav_list a:hover{background: #333;color:#fff;border-bottom-color: #fd7c07;}
.in_nav .inNav_list a.act:after,.in_nav .inNav_list a:hover:after{
    opacity: 1;top: calc(100% + 6px);visibility: visible;
}
.in_nav .now_addr{float: right;line-height: 72px;font-size: 14px;color:#494949;}
.in_nav .now_addr i{padding-left: 22px;background: url("../images/home.png") center no-repeat;display: inline-block;}
.in_nav .now_addr a{font-size: 14px;color:#494949;}
.in_nav .now_addr a:hover{color:#fd7c07;}
.inNav_btn{display: none;}
.in_title{line-height: 100px;font-size: 30px;font-weight: bold;color:#f17a04;}
.in_title span{font-size: 36px;color:#e5e5e5;}
/**��������**/
.abt_top{height: 162px;position: relative;}
.abt_top:before{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(51,51,51,.9);transition: all 1s;}
.abt_top:hover:before{opacity: 0.5;}
.abt_top .abtTop_T{padding-left: 120px;font-size: 16px;color:#fff;}
.abtTop_T .abtTop_TT{font-size: 28px;color:#fd7c07;font-weight: bold;}
.abt_top a{
    display: block;width: 120px;height: 35px;line-height: 35px;text-align: center;
    background: #fd7c07;font-size: 14px;color:#fff;border-radius: 4px;
    position: absolute;right: 85px;bottom:42px;
}
.abtImg_list .abtImg_one{width: 25%;float: left;overflow: hidden;}
.abtImg_list .abtImg_one img{width: 100%;transition: all 1.2s;}
.abtImg_list .abtImg_one:hover img{transform: scale(1.1);}
.abt_txt{padding:30px 0 75px;font-size: 16px;line-height: 32px;color:#555;}
.abt_txt img{display: block;max-width: 90%;margin: 25px auto 0;}
/*����*/
.honor_list{border-bottom: 1px solid #d2d2d2;margin-bottom: 25px;}
.honor_list .honor_one{width: 23.5%;float: left;margin-right: 2%;margin-bottom: 35px;transition: all .6s;}
.honor_list .honor_one:nth-child(4n){margin-right: 0;}
.honor_one .honor_pic{width: 100%;overflow: hidden;}
.honor_one .honor_pic img{width: 100%;transition: all 1s;}
.honor_one:hover .honor_pic img{transform: scale(1.1);}
.honor_one .honor_name{
    line-height: 45px;height: 45px;text-align: center;font-size: 14px;color:#4f463d;transition: all .6s;
}
.honor_list .honor_one:hover{box-shadow: 0 0 25px rgba(0,0,0,.4);}
.honor_one:hover .honor_name{background: #fd7c07;color:#fff;}
.mask-wrap {
    position: fixed;left: 0;top: 0;width: 100%;height: 100%;
    z-index: 99999;text-align: center;display: none;background: rgba(0,0,0,.6);
}
.mask-wrap img{max-width: 100%;max-height: 100%;position: relative;top:50%;transform: translateY(-50%);}
.mask-close {
    width: 30px;height: 30px;position: absolute;right: 20%;
    top:20%;cursor: pointer;transition: all 1s;
    background: url("../images/mask_off.png") no-repeat center center;
}
.mask-close:hover{transform: rotate(360deg);}
/*��ϵ����*/
.conWay_list{padding: 10px 0 30px;}
.conWay_list .conWay_one{
    width: 25%;float: left;box-sizing: border-box;padding: 0 25px 20px;border-right: 1px solid #a0a0a0;text-align: center;
    font-size: 12px;color:#2e2e2e;line-height: 26px;
}
.conWay_list .conWay_one:first-child{border-left: 1px solid #a0a0a0;}
.conWay_list .conWay_one i{display: block;height: 55px;}
.conWay_list .conWay_one:nth-child(1) i{background: url("../images/contact_01.png") center no-repeat;}
.conWay_list .conWay_one:nth-child(2) i{background: url("../images/contact_02.png") center no-repeat;}
.conWay_list .conWay_one:nth-child(3) i{background: url("../images/contact_03.png") center no-repeat;}
.conWay_list .conWay_one:nth-child(4) i{background: url("../images/contact_04.png") center no-repeat;}
.bd_map{height: 430px;width: 100%;margin-bottom: 100px;}
/*����*/
.download_list{padding-bottom: 60px;}
.download_list .download_one{margin-bottom: 20px;box-sizing: border-box;padding: 13px;border: 1px solid #eee;transition: all .6s;}
.download_list .download_one:hover{box-shadow: 0 0 15px rgba(0,0,0,.2);}
.download_one .download_pic{width: 255px;float: left;overflow: hidden;}
.download_one .download_pic img{width: 100%;transition: all 1s;}
.download_one:hover .download_pic img{transform: scale(1.1);}
.download_one .download_txt{width: calc(100% - 280px);margin-left: 15px;float: left;}
.download_txt .download_T{font-size: 20px;line-height: 30px;font-weight: bold;color:#333;transition: all .5s;}
.download_txt .download_info{line-height: 30px;font-size: 12px;color:#333;}
.download_info .download_time{display: inline-block;padding-left: 20px;background: url("../images/icon_time.png") left center no-repeat;margin-right: 25px;}
.download_info .download_look{display: inline-block;padding-left: 20px;background: url("../images/icon_eyes.png") left center no-repeat;}
.download_txt .download_TT{font-size: 14px;color:#595959;line-height: 24px;height: 72px;}
.download_txt .download_more{
    display:block;height: 36px;width: 100px;text-align: center;line-height: 36px;background: #b8b8b8;
    font-size: 14px;color:#fff;margin-top: 15px;
}
.download_one:hover .download_txt .download_T{color:#fd7c07;}
.download_one:hover .download_txt .download_more{background: #fd7c07;}
/**����**/
.fdk_top{padding: 20px 0;background: #f1f1f1;margin-bottom: 25px;}
.fdk_top .fdk_tPic{width: 140px;margin-left: 70px;height: 140px;overflow: hidden;border-radius: 50%;float: left;}
.fdk_top .fdk_tPic img{position: relative;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.fdk_top .fdk_tTxt{width: calc(100% - 260px);float: left;margin-left: 30px;color:#2c2c2c;}
.fdk_tTxt .fdk_tT{font-size: 24px;line-height: 66px;}
.fdk_tTxt .fdk_tTT{font-size: 14px;line-height: 30px;}
.fdk_box .fdk_info{width: 50%;float: left;box-sizing: border-box;padding-right:18px;}
.fdk_info .fdk_ipt{margin-bottom: 15px;}
.fdk_info .fdk_ipt input[type='text']{
    width: 100%;height: 40px;border: 1px solid #dedede;font-size: 14px;padding-left: 15px;
}
.fdk_info .fdk_ipt.vCode input[type='text']{width: calc(100% - 150px);}
.vCode img{width: 115px;height: 40px;float: right;}
.fdk_box .fdk_main{width: 50%;float: left;box-sizing: border-box;padding-left: 18px;margin-bottom: 34px;}
.fdk_box .fdk_main textarea{
    width: 100%;height: 315px;border: 1px solid #dedede;padding: 10px 15px;resize: none;font-size: 14px;
}
.fdk_box .fdk_btn input[type='submit']{
    width: 100%;height: 44px;font-size: 16px;color:#fff;background: #242424;margin-bottom: 70px;
}
/*�˲�����*/
.tal_top{background: #fd7c07;margin-bottom: 40px;}
.tal_top .talTop_txt{
    width: calc(100% - 600px);float: left;color:#fff;box-sizing: border-box;padding: 45px 30px 0 40px;
}
.talTop_txt .talTop_T{font-size: 20px;font-weight: bold;line-height: 38px;margin-bottom: 15px;}
.talTop_txt .talTop_TT{font-size: 14px;line-height: 24px;}
.tal_top .talTop_pic{width: 600px;float: right;overflow: hidden;height: 285px;}
.tal_list .tal_one{width: 45.8%;float: left;margin-bottom: 60px;}
.tal_one .tal_T{font-size: 20px;color:#fd7c07;font-weight: bold;line-height: 40px;}
.tal_one .tal_TT{font-size: 16px;color:#555;line-height: 32px;}
/*����*/
.newsData_top{text-align: center;padding-top:20px;background: #f7f7f7;}
.newsData_top .newsData_T{font-size: 30px;color:#333;font-weight: bold;}
.newsData_top .newsData_info{font-size: 14px;color:#898989;line-height: 42px;}
.newsData_top .newsData_share{display: inline-block;}
.newsData_main{font-size: 16px;line-height: 26px;color:#595959;padding: 30px 0 60px;}
.newsData_main img{display: inline-block;max-width: 40%;margin: 30px 25px 10px;}
.other_news{
    width: 100%;height: 60px;background: #e5e5e5;margin-bottom: 30px;
}
.other_news a{display: block;font-size: 14px;color:#595959;font-weight: bold;}
.other_news a:nth-child(1){width: calc(50% - 110px);margin-left: 30px;}
.other_news a:nth-child(3){width: 160px;text-align: center;}
.other_news a:nth-child(2){width: calc(50% - 110px);text-align: right;margin-right: 30px;float: right;}
/*��������*/
.tec_list img{max-width: 100%;margin: 0 0 40px;display: block;}
/*��Ʒ����*/
.proAdv_top{line-height: 45px;margin-bottom: 25px;font-size: 16px;color:#555;}
.proAdv_list{margin-bottom: 45px;}
.proAdv_list .proAdv_one{
    width: 33.33%;float: left;height: 335px;font-size: 14px;color:#555;line-height: 24px;
    box-sizing: border-box;padding: 0 20px;border-left: 1px solid #c3c3c3;
}
.proAdv_list .proAdv_one:nth-child(1){background: #f2f2f2;border-left: none;}
.proAdv_list .proAdv_one:nth-child(2){background: #e5e5e5;}
.proAdv_list .proAdv_one:nth-child(3){background: #d9d9d9;}
.proAdv_list .proAdv_one i{display: block;height: 170px;}
.proAdv_list .proAdv_one:nth-child(1) i{background: url("../images/proAdv_01.png") center no-repeat;}
.proAdv_list .proAdv_one:nth-child(2) i{background: url("../images/proAdv_02.png") center no-repeat;}
.proAdv_list .proAdv_one:nth-child(3) i{background: url("../images/proAdv_03.png") center no-repeat;}
/*��Ƶ*/
.video_list{margin-bottom: 50px;}
.video_list .video_one{width: 31.4%;margin-right: 2.9%;float: left;margin-bottom: 38px;cursor: pointer;}
.video_list .video_one:nth-child(3n){margin-right: 0;}
.video_one .video_pic{width: 100%;overflow: hidden;position: relative;}
.video_one .video_pic img{width: 100%;transition: all 1s;}
.video_one:hover .video_pic img{transform: scale(1.1);}
.video_one .video_pic:after{
    content:"";display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;
    background: rgba(55,55,55,.35) url("../images/play_02.png") center no-repeat;transition: all .8s;
}
.video_one .video_pic:hover:after{opacity: 0;}
.video_one .video_name{line-height: 58px;text-align: center;font-size: 16px;color:#555;transition: all .5s;}
.video_one:hover .video_name{background: #fd7c07;color:#fff;}
.video_box{
    position: fixed;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0,0,0,.5);
    z-index: 999;text-align: center;display: none;
}
.video_box video{max-width: 90%;max-height: 80%;position: relative;top: 50%;transform: translateY(-50%);}
.video_box .video_close{
    width:30px;height: 30px;background: url("../images/close.png") center/100% no-repeat;
    position: absolute;top: 15%;right: 15%;transition: all 1s;cursor: pointer;
}
.video_box .video_close:hover{transform: rotate(360deg);}
/*��Ʒ*/
.proNav{width: 215px;float: left;margin-top: 12px;}
.proNav .proAddr{height: 40px;line-height: 40px;font-size: 14px;color:#494949;}
.proNav .proAddr i{padding-left: 22px;background: url("../images/home.png") center no-repeat;display: inline-block;}
.proNav .proAddr a{font-size: 14px;color:#494949;}
.proNav .proAddr a:hover{color:#fd7c07;}
.proNav .proNav_btn{display: none;}
.proNav .proNav_list{width: 100%;border-top: 6px solid #fd7c07;}
.proNav .proNav_list a{
    display: block;height: 49px;line-height: 49px;border-bottom: 1px solid #717171;
    background: #333;font-size: 14px;color:#fff;text-align: center;
}
.proNav .proNav_list a:hover,.proNav .proNav_list a.act{background: #4d4d4d;}
.proList_main{width: calc(100% - 245px);float: right;margin-top: 12px;}
.proList_main .in_title{line-height: 80px;float: left;}
.proList_main .proList_top{float: right;line-height: 80px;height: 80px;}
.proList_top .box_pro,.proList_top .list_pro{
    display: inline-block;width: 48px;height: 35px;border-right: 1px solid #e5e5e5;margin-top: 22.5px;float: left;
}
.proList_top .box_pro{background: url("../images/icon_box.png") center no-repeat;}
.proList_top .list_pro{background: url("../images/icon_list.png") center no-repeat;}
.proList_top .box_pro.act{background-image: url("../images/icon_box_02.png");}
.proList_top .list_pro.act{background-image: url("../images/icon_list_02.png");}
.proList_top .pro_pager{float: left;}
.pro_pager a{font-size: 16px;color:#898989;font-family: "\5b8b\4f53";font-weight: bold;display: inline-block;width: 35px;text-align: center;}
.pro_pager a:hover{color:#fd7c07;}
.pro_pager .pager_num{font-size: 14px;color:#898989;font-family: Arial;}
.pro_pager .pager_num span{color:#fd7c07;}
/*****/
.proList_div .proList{display: none;}
.proList_main .proList_div{padding-bottom: 30px;}
.list1 .pro_one{width: 31.4%;margin-right: 2.9%;display: block;float: left;margin-bottom: 30px;}
.list1 .pro_one:nth-child(3n){margin-right: 0;}
.list1 .pro_one:hover{box-shadow: 0 0 25px rgba(0,0,0,.4);}
.pro_one .pro_pic{width: 100%;overflow: hidden;}
.pro_one .pro_pic img{width: 100%;transition: all 1s;}
.pro_one:hover .pro_pic img{transform: scale(1.1);}
.pro_one .pro_name{
    line-height: 56px;height: 56px;color:#595959;background: #e5e5e5;font-size: 16px;
    font-weight: bold;text-align: center;transition: all .5s;
}
.pro_one:hover .pro_name{background: #fd7c07;color:#fff;}
/**/
.list2 .pro_one2{border: 1px solid #e8e8e8;margin-bottom: 28px;transition: all .6s;}
.list2 .pro_one2:hover{box-shadow: 0 0 25px rgba(0,0,0,.3);}
.pro_one2 .pro_pic2{float: left;width: 275px;overflow: hidden;}
.pro_one2 .pro_pic2 img{width: 100%;transition: all 1s;}
.pro_one2:hover .pro_pic2 img{transform: scale(1.1);}
.pro_one2 .pro_txt2{width: calc(100% - 330px);margin-left: 25px;float: left;}
.pro_txt2 .pro_T2{padding-top: 10px;line-height: 40px;font-size: 16px;color:#595959;font-weight: bold;}
.pro_txt2 .pro_TT2{font-size: 14px;color:#898989;line-height: 24px;}
.pro_txt2 .pro_cls{margin-top: 10px;}
.pro_cls a{
    display: inline-block;width: 115px;height: 36px;line-height: 36px;
    text-align: center;font-size: 14px;color:#fff;margin-right: 5px;
}
.pro_cls .pro_more2{background: #fd7c07;}
.pro_cls .pro_more2 i{
    display: inline-block;padding-left: 18px;margin-right: 6px;
    background: url("../images/icon_more.png") center no-repeat;
}
.pro_cls .pro_con2{background: #333;}
.pro_cls .pro_con2 i{
    display: inline-block;padding-left: 18px;margin-right: 6px;
    background: url("../images/icon_tel.png") center no-repeat;
}
/******/
.proData_main{}
.proData_main .proData_top{padding-bottom: 30px;border-bottom: 1px solid #e6e6e6;}
.proData_top .pro_show{width: 475px;float: left;text-align: center;}
.proImg_a .bx-wrapper .bx-controls-direction a{opacity: 0;transition: all .3s;}
.proImg_a:hover .bx-wrapper .bx-controls-direction a{opacity: 1;}
.proImg_a .bx-wrapper .bx-prev{background: url("../images/to_left_02.png") center/0.32rem no-repeat;}
.proImg_a .bx-wrapper .bx-next{background:url("../images/to_right_02.png") center/0.32rem no-repeat;}

.pro_show .proImg_b{margin-top: 20px;}
.proImg_b .prev_proImg{
    background: url("../images/to_left_02.png") center/0.2rem no-repeat;width: 52px;height: 52px;
    float: left;cursor: pointer;
}
.proImg_b .next_proImg{
    background:url("../images/to_right_02.png") center/0.2rem no-repeat;width: 52px;height: 52px;
    float: right;cursor: pointer;
}
.proImg_b{text-align: center;}
.proImg_b .ofhidden{width: 340px;display: inline-block;}
.proImg_b .img_list{width: 99999999px;position: relative;}
.proImg_b .img_list div{box-sizing: border-box;border: 1px solid #c6c6c6;padding: 2px;width: 68px;float: left;}
.proImg_b img{width: 100%;}
.proImg_b .img_list div.act{border-color: #fd7c07;}
.proData_top .pro_info{width: calc(100% - 480px);float: right;background: #f2f2f2;box-sizing: border-box;padding-left: 30px;}
.pro_info .proInfo_T{padding-top: 28px;line-height: 40px;font-size: 24px;color:#000;}
.pro_info .proInfo_TT{padding-top: 10px;}
.pro_info .proInfo_TT table{line-height: 28px;font-size: 14px;color:#333;}
.proInfo_TT table tr td:first-child{font-weight: bold;}
.proInfo_TT .proData_cls{padding: 15px 0 25px;}
.proInfo_TT .proData_cls a{
    display: inline-block;width: 130px;height: 46px;text-align: center;line-height: 46px;font-size: 16px;
    color:#fff;border-radius: 3px;box-sizing: border-box;padding-left: 24px;
}
.proInfo_TT .proData_cls a:nth-child(1){
    background: #fd7c07 url("../images/icon_share.png") 29px center no-repeat;margin-right: 15px;
}
.proInfo_TT .proData_cls a:nth-child(2){background: #333 url("../images/icon_tel.png") 16px center no-repeat;}
.proData_main .pro_intro{}
.pro_intro .proIntro_name{font-size: 30px;color:#000;line-height: 60px;border-bottom: 1px solid #e6e6e6;}
.pro_intro .proIntro_nav{border-bottom: 1px solid #e6e6e6;}
.pro_intro .proIntro_nav a.fl{
    display: block;width: 120px;height: 58px;border-right: 1px solid #e6e6e6;
    text-align: center;line-height: 58px;font-size: 16px;color:#333;
}
.pro_intro .proIntro_nav a.act{background: #333;color:#fff;}
.pro_intro .proIntro_nav a.fl:first-child{border-left: 1px solid #e6e6e6;}
.pro_intro .proIntro_nav a.fr{
    float: right;font-size: 16px;color:#fff;width: 145px;padding-left: 28px;
    box-sizing: border-box;display: block;height: 58px;line-height: 58px;text-align: center;
    background: #f9a606 url("../images/icon_tel.png") 24px center no-repeat;
}
.pro_intro .proIntro_main{border-bottom: 1px solid #e6e6e6;}
.proIntro_main .proIntro_box{display: none;padding: 15px;line-height: 30px;color:#333;font-size: 14px;}
.proIntro_box img{max-width: 100%;}
.proData_main .pro_ask{}
.pro_ask .proAsk_T{
    display: inline-block;width: 120px;height: 58px;line-height: 58px;text-align: center;font-size: 16px;
    background: #333;color:#fff;
}
.pro_ask .proAsk_main{border-top: 1px solid #e6e6e6;}
.proAsk_main .proAsk_TT{padding-top: 8px;line-height: 56px;color:#393939;font-size: 16px;}
.pro_ask .fdk_info{width: calc(100% - 370px);float: left;box-sizing: border-box;padding-right:18px;}
.pro_ask .fdk_main{width: 338px;float: left;box-sizing: border-box;padding-left: 18px;margin-bottom: 34px;}
.pro_ask .fdk_main textarea{
    width: 100%;height: 315px;border: 1px solid #dedede;padding: 10px 15px;resize: none;font-size: 14px;
}
.pro_ask .fdk_btn input[type='submit']{
    width: 100%;height: 44px;font-size: 16px;color:#fff;background: #242424;margin-bottom: 70px;
}